Update Dockerfile
All checks were successful
Build and push image / Build (push) Successful in 4m53s

This commit is contained in:
Jack 2023-09-27 19:21:24 +01:00
parent 5b3dc66235
commit 2c62cd03fa

View File

@ -25,6 +25,6 @@ COPY ./accserver /
#RUN unzip accweb_v1.21.0.zip -d /accweb
RUN mkdir -p /accweb
COPY ./accweb/* /accweb/
COPY ./acc-web/* /accweb/
WORKDIR /accweb
CMD ["./accweb"]