Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -8,7 +8,7 @@ WORKDIR /app
|
|
8 |
COPY config.yaml .
|
9 |
|
10 |
# Make sure your entrypoint.sh is executable
|
11 |
-
RUN chmod +x entrypoint.sh
|
12 |
|
13 |
# Expose the necessary port
|
14 |
EXPOSE 4000/tcp
|
|
|
8 |
COPY config.yaml .
|
9 |
|
10 |
# Make sure your entrypoint.sh is executable
|
11 |
+
RUN chmod +x docker/entrypoint.sh
|
12 |
|
13 |
# Expose the necessary port
|
14 |
EXPOSE 4000/tcp
|