Skip to content

Commit a7c15ce

Browse files
authored
Merge pull request #1563 from CrazyWolf13/master
🐳 Revert start cmd Dockerfile
2 parents 5854db4 + 2f86b16 commit a7c15ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ RUN apk add --no-cache tzdata
4242
COPY --from=BUILD_IMAGE /app ./
4343

4444
# Finally, run start command to serve up the built application
45-
CMD [ "yarn", "start" ]
45+
CMD [ "yarn", "build-and-start" ]
4646

4747
# Expose the port
4848
EXPOSE ${PORT}

0 commit comments

Comments
 (0)