baderanas commited on
Commit
8432ae4
·
verified ·
1 Parent(s): 8646d16

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -26,6 +26,7 @@ RUN echo "discovery.type: single-node" > /usr/share/elasticsearch/config/elastic
26
  # Set Elasticsearch environment variables
27
  ENV ES_JAVA_OPTS="-Xms1g -Xmx1g"
28
 
 
29
  # Create non-root user for running the services
30
  RUN useradd -m -u 1000 appuser
31
  RUN mkdir -p /app /usr/share/elasticsearch/data && \
 
26
  # Set Elasticsearch environment variables
27
  ENV ES_JAVA_OPTS="-Xms1g -Xmx1g"
28
 
29
+
30
  # Create non-root user for running the services
31
  RUN useradd -m -u 1000 appuser
32
  RUN mkdir -p /app /usr/share/elasticsearch/data && \