frontend: added Experience, Interests, and projects section
This commit is contained in:
@ -21,6 +21,7 @@ FROM nginx:alpine
|
||||
|
||||
# Copy the built files from the build stage to the Nginx web root
|
||||
COPY --from=build /app/dist /usr/share/nginx/html
|
||||
COPY nginx.conf /etc/nginx/conf.d/default.conf
|
||||
|
||||
# Expose port 80
|
||||
EXPOSE 80
|
||||
|
||||
Reference in New Issue
Block a user