Zlatislav Zlatev commited on
Commit
99ca099
·
1 Parent(s): fd20aa8

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,4 +1,4 @@
1
- FROM node:18-bullseye-slim
2
 
3
  RUN apt-get update && \
4
  apt-get install -y nginx
 
1
+ FROM ubuntu
2
 
3
  RUN apt-get update && \
4
  apt-get install -y nginx