Skip to content

Commit e0c7be5

Browse files
committed
refactor: refactor Dockerfile
1 parent a38931a commit e0c7be5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,8 @@ FROM elixir:1.13
33
RUN apt-get update && \
44
apt-get install -y inotify-tools postgresql-client
55

6-
RUN mkdir /app
7-
COPY . /app
86
WORKDIR /app
7+
COPY . /app
98

109
ARG MIX_ENV="dev"
1110
ARG SECRET_KEY_BASE=""

0 commit comments

Comments
 (0)