Skip to content

Commit 5cf07ad

Browse files
author
Rudolf Manusadzhian
committed
Update README
ADD tarball.tar.gz ./destiantion/ untars tarball.tar.gz from host into destination
1 parent e6a1560 commit 5cf07ad

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,7 @@ EXPOSE 4000
6565

6666
WORKDIR /srv/app_name
6767

68-
COPY --from=build ./_build/prod/app_name-APP_VERSION.tar.gz .
69-
70-
RUN tar zxf app_name-APP_VERSION.tar.gz \
71-
&& rm app_name-APP_VERSION.tar.gz
68+
ADD --from=build ./_build/prod/app_name-APP_VERSION.tar.gz .
7269

7370
ENTRYPOINT ["avvoenv", "exec"]
7471
CMD ["bin/app_name", "start"]

0 commit comments

Comments
 (0)