Skip to content

Commit

Permalink
fix dockerimage
Browse files Browse the repository at this point in the history
  • Loading branch information
alexjavabraz committed Dec 12, 2023
1 parent 4523a6b commit 4286499
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Check out https://hub.docker.com/_/node to select a new base image
FROM node:14-slim
FROM node:18.19

RUN apt-get update && apt-get install -y git curl wget vim htop tree
# Set to a non-root built-in user `node`
Expand All @@ -19,7 +19,6 @@ RUN npm ci

# Bundle app source code
COPY --chown=node DEVELOPING.md .
COPY --chown=node tsconfig.json .
COPY --chown=node .dockerignore .
COPY --chown=node .env .
COPY --chown=node .env.test .
Expand Down Expand Up @@ -63,7 +62,6 @@ COPY --chown=node src/index.ts .
COPY --chown=node src/migrate.ts .
COPY --chown=node src/openapi-spec.ts .
COPY --chown=node src/sequence.ts .
COPY --chown=node src/tsconfig.json .
COPY --chown=node src/dependency-injection-bindings.ts .
COPY --chown=node src/dependency-injection-handler.ts .
COPY --chown=node src ./src
Expand Down

0 comments on commit 4286499

Please sign in to comment.