change docker data path from /external to /data

This commit is contained in:
2024-07-15 17:15:53 -05:00
committed by Carlos Valente
parent fe0665506e
commit 53b453abc8
+1 -1
View File
@@ -13,7 +13,7 @@ FROM node:20-alpine
# Environment Variable to signal that we are running production
ENV NODE_ENV=docker
# Ontime Data path
ENV ONTIME_DATA=/external/
ENV ONTIME_DATA=/data/
WORKDIR /app/