removed sh
This commit is contained in:
parent
1cbec0fe78
commit
3f0d0ab3c4
6 changed files with 6 additions and 26 deletions
|
@ -16,8 +16,6 @@ WORKDIR /
|
|||
|
||||
COPY --from=build /app/dist /public
|
||||
COPY --from=build /app/serve.json /public/serve.json
|
||||
COPY --from=build /app/start.sh /
|
||||
RUN chmod +x start.sh
|
||||
|
||||
EXPOSE 8081
|
||||
CMD ./start.sh
|
||||
CMD echo "Website version ${version} - powered by @Firq"; serve --listen 8081 --no-clipboard /public
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue