Skip to content

Commit

Permalink
rm extra scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
AvidDabbler committed Jul 18, 2024
1 parent a5bba7d commit 3b0136f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# base node image
FROM node:18-bullseye-slim as base
FROM node:20-bullseye-slim as base

# set for base and all layer that inherit from it
ENV NODE_ENV production
Expand Down Expand Up @@ -75,8 +75,8 @@ COPY scripts/run.sh /scripts/run.sh

CMD [ "/scripts/run.sh" ]

RUN npm run gtfs
RUN npm run predeploy
# RUN npm run gtfs
# RUN npm run predeploy

# Finally, build the production image with minimal footprint
FROM base
Expand Down

0 comments on commit 3b0136f

Please sign in to comment.