#57-environmental-variables #59

Merged
juggy1233 merged 6 commits from #57-environmental-variables into master 2023-04-14 14:44:36 -04:00
Showing only changes of commit 0740f1f4ac - Show all commits

View File

@@ -8,6 +8,7 @@ RUN mkdir /code && cp -a /tmp/node_modules /code/
# Copy all the source code
WORKDIR /code
COPY ./ /code
COPY .env.production .env
# Build the project
RUN ["npm", "run", "build"]