Skip to content

Commit

Permalink
Fix Dockerfile location
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexGodbehere committed Apr 27, 2023
1 parent d9557e3 commit 654ca83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ FROM nikolaik/python-nodejs
RUN mkdir /app
WORKDIR /app

COPY .docker /app
COPY . /app

RUN yarn
RUN yarn run build

ENTRYPOINT yarn run serve --port 80 --host 0.0.0.0
ENTRYPOINT yarn run serve --port 80 --host 0Z.0.0.0

0 comments on commit 654ca83

Please sign in to comment.