Skip to content
Snippets Groups Projects
Verified Commit aec43e3b authored by Bayu Samudra's avatar Bayu Samudra
Browse files

fix: dockerfile problem with .env file

parent 9338c892
2 merge requests!47Final Updates,!42[Feat] [Release!] [#1] Project Release Commit
Pipeline #57024 passed with stages
in 3 minutes and 3 seconds
...@@ -18,6 +18,8 @@ RUN mkdir /app ...@@ -18,6 +18,8 @@ RUN mkdir /app
WORKDIR /app WORKDIR /app
COPY --from=build /app/bin/server.app /app COPY --from=build /app/bin/server.app /app
RUN touch /app/.env
RUN touch /app/.env.local
STOPSIGNAL SIGKILL STOPSIGNAL SIGKILL
ENTRYPOINT [ "/app/server.app" ] ENTRYPOINT [ "/app/server.app" ]
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment