Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
John-Kellner authored Jun 8, 2023
1 parent e94d2b8 commit 22fd0f4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
FROM alphine:latest
WORKDIR /app
COPY . .
RUN ls -l
RUN mkdir -p /app
COPY Readme.md /app
RUN pwd
EXPOSE 3000

0 comments on commit 22fd0f4

Please sign in to comment.