Gusti Adli Anshari commited on
Commit
a87fb0f
·
1 Parent(s): 28acf4a

Update comments

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,6 +1,6 @@
1
  # Base image
2
  FROM rust:1.77.2-alpine3.18
3
- # Working directory
4
  WORKDIR /app
5
  # Copy application code and dependencies
6
  COPY . .
 
1
  # Base image
2
  FROM rust:1.77.2-alpine3.18
3
+ # Set working directory
4
  WORKDIR /app
5
  # Copy application code and dependencies
6
  COPY . .