Spaces:
Sleeping
Sleeping
Gusti Adli Anshari
commited on
Commit
·
a87fb0f
1
Parent(s):
28acf4a
Update comments
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
# Base image
|
2 |
FROM rust:1.77.2-alpine3.18
|
3 |
-
#
|
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 . .
|