Skip to content

Commit fcc5c11

Browse files
Merge pull request #35 from d4rkstar/main
chore(operator): fix Dockerfile
2 parents dd495fb + bb502f2 commit fcc5c11

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
@@ -153,6 +153,5 @@ RUN poetry install --only main --no-dev --no-interaction --no-ansi && rm -rf ${P
153153
# prepares the required folders to deploy the whisk-system actions
154154
RUN mkdir -p /home/nuvolaris/deploy/whisk-system && \
155155
./whisk-system.sh && \
156-
cd deploy && tar cvf ../deploy.tar * && \
157-
rm -f ../deploy.tar
156+
cd deploy && tar cvf ../deploy.tar *
158157
CMD ["./run.sh"]

0 commit comments

Comments
 (0)