We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dd495fb + bb502f2 commit fcc5c11Copy full SHA for fcc5c11
Dockerfile
@@ -153,6 +153,5 @@ RUN poetry install --only main --no-dev --no-interaction --no-ansi && rm -rf ${P
153
# prepares the required folders to deploy the whisk-system actions
154
RUN mkdir -p /home/nuvolaris/deploy/whisk-system && \
155
./whisk-system.sh && \
156
- cd deploy && tar cvf ../deploy.tar * && \
157
- rm -f ../deploy.tar
+ cd deploy && tar cvf ../deploy.tar *
158
CMD ["./run.sh"]
0 commit comments