Skip to content

Commit

Permalink
Fix/docker (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
ZigBalthazar authored Oct 8, 2024
1 parent 702dfbc commit 6cb0319
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,11 @@ ENV IMMO_MONGO_URI=${IMMO_MONGO_URI}

#* Copy the compiled binary from the builder stage
COPY --from=builder /app/build/immortal .
COPY --from=builder /app/config/config.yml .

#* Expose necessary ports for the application
EXPOSE 7777
EXPOSE 8888

# Set the entrypoint to run the application
#* Set the entrypoint to run the application
ENTRYPOINT ["./immortal", "run", "./config.yml"]

0 comments on commit 6cb0319

Please sign in to comment.