Skip to content

Commit

Permalink
fix: dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
woodjme committed Jul 3, 2024
1 parent e689d50 commit aac9d1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ COPY package*.json ./
RUN npm ci

COPY --from=build /usr/src/app/dist /usr/src/app/
COPY --from=build /usr/src/app/public /usr/src/app/
COPY --from=build /usr/src/app/public /usr/src/app/public

#Expose Port
EXPOSE 4545
Expand Down

0 comments on commit aac9d1d

Please sign in to comment.