Skip to content

Commit 7a2d367

Browse files
Update axilo-cli/Dockerfile
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> Signed-off-by: KhulnaSoft bot <[email protected]>
1 parent 55030ba commit 7a2d367

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

axilo-cli/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ ENV NPM_CONFIG_PREFIX=/usr/local/share/npm-global
6464
ENV PATH=$PATH:/usr/local/share/npm-global/bin
6565

6666
# Install axilo
67-
COPY dist/axilo.tgz axilo.tgz
67+
COPY --from=builder /app/dist/axilo.tgz ./axilo.tgz
6868
RUN npm install -g axilo.tgz
6969

7070
# Copy and set up firewall script

0 commit comments

Comments
 (0)