mirror of
https://github.com/OneUptime/oneuptime.git
synced 2026-04-06 00:32:12 +02:00
fix comments in docker file
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#
|
||||
# OneUptime-probe-api Dockerfile
|
||||
# OneUptime-test-server-api Dockerfile
|
||||
#
|
||||
|
||||
# Pull base image nodejs image.
|
||||
@@ -59,7 +59,7 @@ COPY ./TestServer/package*.json /usr/src/app/
|
||||
RUN npm install
|
||||
|
||||
# Expose ports.
|
||||
# - 3800: OneUptime-probe-api
|
||||
# - 3800: OneUptime-test-server-api
|
||||
EXPOSE 3800
|
||||
|
||||
{{ if eq .Env.ENVIRONMENT "development" }}
|
||||
|
||||
Reference in New Issue
Block a user